Fix missing import.
authorEwan Mellor <ewan@xensource.com>
Wed, 28 Mar 2007 09:05:03 +0000 (10:05 +0100)
committerEwan Mellor <ewan@xensource.com>
Wed, 28 Mar 2007 09:05:03 +0000 (10:05 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/util/xmlrpcclient.py
tools/python/xen/util/xmlrpclib2.py

index 3a0295667f49459d86bc67117583d93b2ef7a4b4..5b8831713c5c0ff6787d7cb4f8aa3787a5596eb2 100644 (file)
@@ -19,6 +19,7 @@
 
 from httplib import FakeSocket, HTTPConnection, HTTP
 import socket
+import string
 import xmlrpclib
 from types import StringTypes
 
index edf0720114a15948895a099db4e282fdc5f03ac8..a503de12412cb0cd2c2120145047e580673b3e00 100644 (file)
@@ -21,7 +21,6 @@ An enhanced XML-RPC client/server interface for Python.
 """
 
 import re
-import string
 import fcntl
 from types import *